This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
toascii/resources/views/home.html

5 lines
85 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>Hello, world!</h1>
{% endblock %}