{#-
This file was automatically generated - do not edit
-#}
{% extends "base.html" %}
{% block extrahead %}
{% set title = config.site_name %}
{% if page and page.title and not page.is_homepage %}
{% set title = config.site_name ~ " - " ~ page.title | striptags %}
{% endif %}
{% set image = config.site_url ~ 'assets/images/banner.png' %}
{% endblock %}
{% block announce %}
For updates follow @squidfunk on
Twitter
{% endblock %}
{% block content %}
{{ super() }}
{% endblock %}
{% block scripts %}
{{ super() }}
{% endblock %}