Spaces:
No application file
No application file
<html> | |
<head> | |
{% if page is defined %} | |
<title>{pagetitle}</title> | |
<meta name="description" content="{pagemetadescription}"> | |
{% endif %} | |
{{ outputHeadDeclarations() }} | |
</head> | |
<body> | |
{{ outputScripts('bodyOpen') }} | |
{% block content %}{% endblock %} | |
{{ outputScripts('bodyClose') }} | |
</body> | |
</html> | |