diff options
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/templates/base.html b/templates/base.html index bf52ae1..4dcb601 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,10 +8,10 @@  		<link href="/style/style.css" rel="stylesheet" type="text/css">  	</head>  	<body> -		{% include "header.html" %} +		{% include "_header.html" %}  		{% block content %} {% endblock %} -		{% include "footer.html" %} +		{% include "_footer.html" %}  	</body>  </html> |