mirror of
https://github.com/getzola/zola
synced 2024-11-14 16:17:12 +00:00
7e496878e5
Parse _index.md files as sections and render them
5 lines
101 B
HTML
5 lines
101 B
HTML
{% extends "index.html" %}
|
|
|
|
{% block content %}
|
|
{{ page.content | safe }}
|
|
{% endblock content %}
|