mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2026-01-06 22:24:25 +01:00
38 lines
1.2 KiB
HTML
38 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<title>{{ page.title }}</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
|
|
<link rel="stylesheet" href="/css/bootstrap.css" type="text/css" />
|
|
<link rel="stylesheet" href="/css/21.css" type="text/css" />
|
|
<!-- Le fav and touch icons -->
|
|
<link rel="shortcut icon" href="/favicon.ico">
|
|
|
|
<!-- {% for style in page.styles %}
|
|
<link rel="stylesheet" href="{{ style }}" type="text/css" />
|
|
{% endfor %} -->
|
|
<script type="text/javascript" src="/js/jquery-1.10.2.min.js"></script>
|
|
<script type="text/javascript" src="/js/raphael-2.1.0.min.js"></script>
|
|
<script type="text/javascript" src="/js/kartograph.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
<div id="wrap">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="span8 offset2" style="margin-bottom: 1rem;">
|
|
<center><a href="/"><img src="images/logo-white.svg" width="100%"/></a></center>
|
|
</div>
|
|
</div>
|
|
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|