{% extends "_base.html" %} {% block extra_css %} /* Investment Thesis — multi-page portrait with section breaks */ {% endblock %} {% block content %} {% for name in section_order %} {% if sections[name] is defined and sections[name]|length > 0 %}

{{ labels[name] }}

{% for entry in sections[name] %}

{{ entry.title }}

{{ entry.html|safe }}
{% endfor %}
{% endif %} {% endfor %} {% endblock %}