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

    <h1>Tags</h1>
    <div>
        $tagcloud$
    </div>
</div>

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