{% import theme('_menu.html') as menu with context -%} {% block seo_meta %} {% endblock %} {% block meta %}{% endblock %} {%if content %} {% elif channel %} {% endif %} {%block title%}{{Config.get('site', 'site_name', 'The Happiest CMS in the World')}}{% endblock %} {% block head %} {% endblock head %} {% block head_css %}{% endblock %} {% block head_js %}{% endblock %} {% include theme('analytics.html') %} {% with %} {% set g_s_v = Config.get('site', 'google-site-verification')%} {% if g_s_v %} {% endif %} {% endwith %} {% block content %} {% endblock %} {% block bottom_js %}{% endblock %} {% block js_footer %}{% endblock %}