Skip to content
Permalink
9aca69520b
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
15 lines (15 sloc) 352 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<title>{% block page_title %}{% endblock %}</title>
</head>
<body>
<section id="content">
{% block content %}
{% endblock %}
</section>
<footer id="footer">
My Cool Guestbook 2000 © me forever
</footer>
</body>
</html>