4 lines
93 B
HTML
4 lines
93 B
HTML
{% extends "base.html" %}
|
|
{% block body %}
|
|
{% include "hero.html" %}
|
|
{% endblock body %}
|