{% extends 'base.html' %} {% from 'common/macros.html' import guide_sections with context %} {% block title %}guide - {{ guide.title }}{% endblock %} {% block content %}

Guide: {{ guide.title }}

{% call() guide_sections() %} {% block guide_content %} {% endblock %} {% endcall %} {% endblock %}