2014-10-15 03:27:41 +04:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
{% include head.html %}
|
|
|
|
|
|
|
|
<style type="text/css">
|
2015-01-06 02:16:39 +03:00
|
|
|
.navbar, .jumbotron { margin-bottom: 0; }
|
2014-10-15 03:27:41 +04:00
|
|
|
.jumbotron-side { padding-top: 2em; }
|
2015-01-06 02:16:39 +03:00
|
|
|
.notice-previous { background-color: #d9edf7; border-top: 1px solid #bce8f1; border-bottom: 1px solid #bce8f1; color: #31708f; padding: 0.5em; margin-bottom: 1em; text-align: center; }
|
|
|
|
.notice-previous a { font-weight: bold; }
|
2014-10-15 03:27:41 +04:00
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{% include navigation.html %}
|
|
|
|
|
|
|
|
{{ content }}
|
|
|
|
|
|
|
|
{% include footer.html %}
|
2015-01-06 03:27:25 +03:00
|
|
|
|
2015-04-24 04:09:41 +03:00
|
|
|
{% include ga.html %}
|
2014-10-15 03:27:41 +04:00
|
|
|
</body>
|
|
|
|
</html>
|