Project

General

Profile

Download (300 Bytes) Statistics
| Branch: | Tag: | Revision:
{% load static %}
<!DOCTYPE html>
<html>
<head>
<title>{% block title %}{% endblock %}</title>
<link rel='stylesheet' type='text/css' href='{% static "css/corbo.css" %}' />
</head>
<body>
<div class='content'>
{% block content %}
{% endblock %}
</div>
</body>
</html>
(9-9/10)