{% extends "without-sidebar.html" %} {% block title %}- {{ page.title }}{% endblock title %} {% block image_header %} {% if page.image_header %} {% endif %} {% endblock image_header %} {% block page_breadcrumbs %}
  • {{ page.title }}
  • {% endblock page_breadcrumbs %} {% block content %} {% if not page.hide_headline %}

    {{ page.title }}{% if page.subtitle %} - {{ page.subtitle }}{% endif %}

    {% endif %} {{ page.content }} {% if GITHUB_ACTIVITY_FEED %}

    Github Activity


    {% endif %} {% endblock content %} {% block pv %} {{ super() }} {{ page.pageview }} {% endblock pv %}