{% extends "base.html" %} {% block head %} {% set name = page.title %} About {{name}} {% set css_path = get_url(path="css") ~ "/" ~ name ~ "-style.css" %} {% endblock head %} {% block content %}

{{ page.title }}

{{ page.content | safe }}

{% endblock content %}