Back to Vercel

{{ section.title }}

examples/zola/templates/blog.html

16.1.2197 B
Original Source

{% extends "base.html" %} {% block content %}

{{ section.title }}

{% for page in section.pages %} - {{ page.title }} {% endfor %} {% endblock content %}