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

11 lines
156 B
Plaintext

{% extends "base.html.to" %}
{% block title %}
this is an amazing title for hello
{% end %}
{% block content %}
This is more content for hello
{% end %}