{% extends "base.html" %} {% block layout_body %}
{% block content %}{% endblock %} {% block footer %} {% if site.build_info %} {% include "components/footer.html" %} {% endif %} {% endblock %}
{% if site.search_enabled %} {% endif %} {% for script in site.user_scripts %} {% endfor %} {% endblock %}