{%- macro url(destination) -%} {%- if destination|lower|truncate(4, True, '') == 'http' or not destination -%} {{ destination }} {%- elif destination|first == '/' -%} {{ SITEURL + destination }} {%- else -%} {{ SITEURL + '/' + destination }} {%- endif -%} {%- endmacro -%} {% block title %}| {{ SITENAME }}{% endblock %} {% if RFG_FAVICONS %} {% endif %} {% for stylesheet in THEME_CSS_OVERRIDES or () %} {% endfor %} {% include 'include/xml_feeds.html' %} {% block head %}{% endblock %} {% include 'include/analytics.html' %}
{% include 'include/header.html' %}

{% block page_header %}{% endblock %}


{% block content %}{% endblock %}