Hello, world
This commit is contained in:
14
templates/base.html.to
Normal file
14
templates/base.html.to
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{% block title %}your title here{% end %}</title>
|
||||
</head>
|
||||
<h1>{% block title %}your title here again{% end %}</h1>
|
||||
<body>
|
||||
<ul>
|
||||
{% block content %}
|
||||
your content goes here
|
||||
{% end %}
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user