6 lines
153 B
HTML
6 lines
153 B
HTML
|
|
{% extends "templates/inheritance/another-parent.html" %}
|
||
|
|
|
||
|
|
{% block content %}
|
||
|
|
{% include "templates/inheritance/include/snippet.html" %}
|
||
|
|
{% endblock %}
|