af7fe39e48
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@50 a672b425-5310-4d7a-af5c-997e18724b81
18 lines
483 B
HTML
18 lines
483 B
HTML
---
|
|
layout: main
|
|
---
|
|
<article class="post">
|
|
|
|
<header class="post-header">
|
|
<h2 class="post-title">{{ page.title }}</h2>
|
|
</header>
|
|
|
|
<div class="post-content">
|
|
{{ content }}
|
|
</div>
|
|
|
|
</article>
|
|
<div class="box-arrows">
|
|
<a id="back" href="{{ site.baseurl }}/{{ page.previous-page }}" style="position:fixed;left: 0;"><img><span>Back</span></a>
|
|
<a id="next" href="{{ site.baseurl }}/{{ page.next-page }}" style="position:fixed;right: 0;"><span>Next</span><img></a>
|
|
</div>
|