summaryrefslogtreecommitdiff
path: root/examples/feedblog/templates/index.html
blob: f20adb19cde599a58d20ccfe131a9391eb639362 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div id="posts">
    <h1>Recent posts</h1>
    <ul>
        $posts$
    </ul>
    <p><a href="/posts.html">All posts&hellip;</a></p>
</div>

<div class="about">
    <h1>About</h1>
    <p>
        This is a sample blog for educational purposes.
    </p>
</div>