mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-30 12:32:38 +02:00
16 lines
663 B
HTML
16 lines
663 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 id="top">
|
|
<p class="author"><a href="{{ SITEURL }}">{{ AUTHOR }}</a>'s thougths</p>
|
|
<ul class="links">{% block links %}{% endblock %}</ul>
|
|
</div>
|
|
<div class="content clear">{% block content %}{% endblock %}</div>
|
|
</body>
|
|
</html>
|