{#- holocron/theme/templates/base.html ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Base template for Holocron's default theme. :copyright: (c) 2014 by the Holocron Team, see AUTHORS for details. :license: 3-clause BSD, see LICENSE for details. -#} {% block head -%} {% if feedurl -%} {%- endif %} {% block title %}{{ site.title }}{% endblock %} {%- endblock %}
{{ site.title }}
{% block content %} {% endblock %}
{% if theme.ribbon %}
{{ theme.ribbon.text }}
{% endif %} {% include 'counters.html' %}