{% extends "base.html" %} {%- block octo_head %} {%- endblock -%} {% block content %}

{{ page.title }}

{%- for taxonomy, terms in page.taxonomies -%} {%- if taxonomy == "tags" -%} {%- endif -%} {% endfor -%}
{{ page.content | safe }}
{%- endblock content -%}