8 lines
180 B
HTML
Executable File
8 lines
180 B
HTML
Executable File
{% extends "base.html" %}
|
|
{% block content %}
|
|
<div class="hero-body">
|
|
<div class="container has-text-centered">
|
|
<h1>Hello {{name}}</h1>
|
|
</div>
|
|
</div>
|
|
{% endblock %} |