{% if config.site_author %} {% endif %} {% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }} {% for path in config.extra_css %} {% endfor %} {% for path in config.extra_javascript %} {% endfor %} {% if config.google_analytics %} {% endif %} {% if nav|length>1 %} {% endif %}
{% block content %} {{ page.content }} {% endblock %}
{% if page.next_page or page.previous_page %}
{% if page.previous_page %}  Previous Page {% else %} Previous Page {% endif %}     {% if page.next_page %} Next Page  {% else %} Next Page {% endif %}
{% endif %}