{% extends "layout.html" %} {% block title %}{{ section.title }} - {{ config.title }}{% endblock %} {% block body %}

👨‍💻 {{ config.title }}

Custom TV section template

{{ section.title }}

{{ section.content | safe }} {# {% for page in section.pages %} #} {# {% include "article.html" %} #} {# {% endfor %} #}

Recent Videos

{% for page in paginator.pages %} {% include "video.html" %} {% endfor %}
{% endblock %}