mirror of
https://github.com/getzola/zola
synced 2025-01-07 09:28:47 +00:00
6 lines
67 B
HTML
6 lines
67 B
HTML
|
{% extends "index.html" %}
|
||
|
|
||
|
A child
|
||
|
|
||
|
{% include "included.html" %}
|