mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
23 lines
No EOL
509 B
Text
23 lines
No EOL
509 B
Text
//Trick needed to pass 'env' to ./layout
|
|
block vars
|
|
doctype 5
|
|
html
|
|
|
|
head
|
|
block title
|
|
title=env.t('titleIndex')
|
|
|
|
link(rel='shortcut icon', href='#{env.getBuildUrl("favicon.ico")}?v=2')
|
|
|
|
meta(charset='utf-8')
|
|
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
|
|
|
!= env.getManifestFiles("static")
|
|
|
|
script(type='text/javascript').
|
|
$.getScript("//s7.addthis.com/js/250/addthis_widget.js#pubid=lefnire");
|
|
|
|
body
|
|
block content
|
|
|
|
include ../shared/footer |