adding decorator and demo code

This commit is contained in:
Sick Yoon
2016-05-13 10:40:57 +09:00
parent c951e3486f
commit ffa1c08189
12 changed files with 145 additions and 24 deletions

View File

@@ -0,0 +1,6 @@
{% extends 'base.html' %}
{% block content %}
<div>
<h1>Hello {{name}}!</h1>
</div>
{% endblock %}