Back to Zola

Index

test_site/templates/index.html

0.22.1267 B
Original Source

{% extends 'sample/templates/index.html' %} {% block content %}

{% for page in section.pages %}

{{ page.title }}

{% endfor %}

<<<

{{ section.content | safe }} {% endblock content %} {% block script %} {% endblock script %}