Hello, world
This commit is contained in:
10
templates/hello.html.to
Normal file
10
templates/hello.html.to
Normal 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 %}
|
||||
|
Reference in New Issue
Block a user