api/App/Views/Home/index.html

10 lines
128 B
HTML

{% extends "base.html" %}
{% block title %}Home{% endblock %}
{% block body %}
<h5>this is a title</h5>
{% endblock %}