summaryrefslogtreecommitdiff
path: root/examples/categoryblog/index.html
blob: 4d5ca8a6c1b92915af4d462ad1d2a8844cda949c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div id="posts">
    <h1>Recent posts</h1>
    <ul>
        $body
    </ul>
    <a href="$root/posts.html">All posts...</a>
    <h1>Categories</h1>
    <ul>
        $categories
    </ul>
</div>

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