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