{% extends "_default/base.html" %} {% block content %}
{% set page = get_page(path="home/index.md") %} {{page.content | safe}}
{% endblock content %}