atst/templates/hello.html.to
2018-05-23 08:50:38 -04:00

12 lines
141 B
Plaintext

{% extends "base.html.to" %}
{% block title %}
hello
{% end %}
{% block content %}
<h1>Hello!</h1>
is it me you're looking for?
{% end %}