6 lines
67 B
HTML
6 lines
67 B
HTML
|
{% extends "index.html" %}
|
||
|
|
||
|
A child
|
||
|
|
||
|
{% include "included.html" %}
|