{# TODO: enable indexing by removing following #} {% if app_meta_title and app_meta_title != app_name %} {% set app_name_desc = app_name + ' - ' + app_meta_title %} {% else %} {% set app_name_desc = app_name %} {% endif %} {% block og_meta_description %} {% endblock %} {% block meta_title %} {% endblock %} {% block meta_description %} {% if app_meta_desc %} {% endif %} {% endblock %} {% if app_meta_keywords %} {% else %} {% endif %} {% block title %}{% endblock %}{{ app_name_desc }} {% if text_tv %} {% assets "main_t_css" %} {% endassets %} {% assets "main_t_js" %} {% endassets %} {% else %} {% assets "main_css" %} {% endassets %} {% endif %} {% if new_mobile_nav %} {% assets "nav_menu_css" %} {% endassets %} {% endif %} {# for some reason {% set %} tag to compile css path didn't see variables in scope. #} {% block extra_css %} {% endblock %} {% if production_mode %} {% else %} {% endif %} {% assets "main_js" %} {% endassets %} {% block extra_js %} {% endblock %} {% if new_mobile_nav %} {% endif %} {# TODO: changing position of keyboard so that it displays relative to input {% if current_variant_options %} {% if current_variant_options.onscreen_keyboard %}
{% endif %} {% endif %} #} {% block footer_js %} {% endblock %} {% if new_mobile_nav %} {% assets "nav_menu_js" %} {% endassets %} {% endif %} {% block debug_text %} {% if debug_text %} {% endif %} {% endblock %} {# vim: set ts=4 sw=4 tw=0 syntax=htmljinja : #}