mirror of
https://github.com/kennethreitz-archive/django-todo.git
synced 2026-06-21 07:40:58 +00:00
14 lines
270 B
HTML
14 lines
270 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>To Do</title>
|
|
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css">
|
|
<link rel="stylesheet" href="/site_media/custom.css" >
|
|
</head>
|
|
<body>
|
|
|
|
{% block content %}
|
|
{% endblock %}
|
|
|
|
</body>
|
|
</html> |