Florian du Garage Num cdb7028793 initial commit
2023-04-30 14:38:00 +02:00

8 lines
180 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="hero-body">
<div class="container has-text-centered">
<h1>Hello {{name}}</h1>
</div>
</div>
{% endblock %}