{% extends "layouts/base.html" %} {% block extra_head %} {% endblock extra_head %} {% block content %}

{{ section.title }}

{% if section.extra.external_link %}

See it in action: {{ section.extra.external_link_visual }}

{% endif %} {% if section.extra.git %} Git 🦊 {% endif %} {% if section.extra.docs %} RTFM {% endif %}
{% if section.pages %}

{{ section.extra.logs_visual }}

{% if section.generate_feeds %} RSS Feed {% endif %}
{% for page in section.pages %} {{ page.title }} {% endfor %}
{% endif %}
{{ section.content | safe }}
{% endblock content %}