achubb_website/templates/hello.html

9 lines
166 B
HTML
Raw Normal View History

<!-- prettier-ignore -->
{% extends "base.html" %}
{% block title %}Hello!{% endblock %}
{% block content %}
<h1 class="text-green-500">Howdy!</h1>
{% endblock %}