1_general_forum/overrides/partials/hero.html

10 lines
176 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block hero %}
<div class="hero-banner">
<h1>Welcome to Smartup Zero</h1>
<p>Your journey starts here.</p>
</div>
{{ super() }}
{% endblock %}