devol.it/_layouts/post.html

36 lines
584 B
HTML
Raw Normal View History

2016-08-26 01:55:08 +02:00
<!DOCTYPE html>
<!--
Forty by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
{% include head.html %}
<body>
2016-08-26 02:04:09 +02:00
{% include header.html %}
<!-- Main -->
<div id="main" class="alt">
<!-- One -->
<section id="one">
<div class="inner">
<header class="major">
<h1>{{ post.title }}</h1>
</header>
2016-08-26 02:12:15 +02:00
<span class="image main"><img src="{{ site.baseurl }}{{ post.image }}" alt="" /></span>
2016-08-26 02:04:09 +02:00
<p>{{ content }}</p>
</div>
</section>
</div>
{% include footer.html %}
2016-08-26 01:55:08 +02:00
</body>
</html>