Hello, world

This commit is contained in:
Brian Duggan
2018-05-22 13:37:51 -04:00
parent 6349f7e60e
commit 29248ed76e
4 changed files with 59 additions and 0 deletions

10
templates/hello.html.to Normal file
View File

@@ -0,0 +1,10 @@
{% extends "base.html.to" %}
{% block title %}
this is an amazing title for hello
{% end %}
{% block content %}
This is more content for hello
{% end %}