{% extends "layouts/base.html" %} {% block extra_head %} {% endblock extra_head %} {% block content %}
{{ section.title }}
{% if section.extra.status and section.extra.status == "active" %}active
{% elif section.extra.status and section.extra.status == "inactive" %}inactive
{% else %}unknown
{% endif %} {% 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 %}{{ section.extra.logs_visual }}
{% if section.generate_feeds %} RSS Feed {% endif %}