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