blog.notmyidea.org/light/templates/base.html

12 lines
488 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/{{ CSS_FILE }}" type="text/css" media="screen" charset="utf-8">
<link href="{{ SITEURL }}/{{ FEED }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} ATOM Feed" />
<title>Alexis Métaireau</title>
</head>
<body>
<div class="content clear">{% block content %}{% endblock %}</div>
</body>
</html>