{% extends "section.html" %} {% block body %} {% set page_class = "casts list" %} {% endblock body %} {% block header %} {# This value is matched by the config.extra.menu.main->section #} {% set current_section = "casts" %} {{ macros_header::header(current_section=current_section)}} {% endblock header %} {% block content %}

Loco Casts

Short and focused tutorials for learning various Loco features

{% for page in paginator.pages %}
{{ youtube::thumb(id=page.extra.id) }}

{{ page.title }}

{{page.description | safe }}

Watch
{% endfor %} {% if paginator.previous or paginator.next %} {{ macros_section_nav::navigation(paginator=paginator) }} {% endif %}
{% endblock content %}