{% extends "base.html" %} {% block styles %} {% include "styles.css" %} {% include "standalone/css/screen.css" %} {% endblock %} {% block header %} {% if title %}

{% if page_relative_path|length != 0 %} {{ title }} {% else %} {{ title }} {% endif %}

{% endif %} Reset Tag Colors & Visibility Help / Debug / Feedback {% endblock %} {% block content %} Previous Page
Next Page {% endblock %} {% block scripts %} {% if tags is not none %} {% endif %} {% if pages is not none %} {% endif %} {% endblock %}