{% extends "base.html" %} {% block title %}{{ page.title }} — {{ site.title }}{% endblock %} {% block content %}

{{ page.title }}

{% if page.params.get('url') %}

{{ page.params.url }}

{% endif %} {% if terms.get('tags') %} {% endif %}
{{ page.body_html | safe }}
{% endblock %}