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