blob: b3b27a93976f65a2805b09ca026316d18ddde5f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
╔══════════════════════════════════════════════════════════════════════════════╗
║ ║
║ The Blog at Unlimited Pizza ║
║ ║
╚══════════════════════════════════════════════════════════════════════════════╝
┌──────────────────────────────────────────────────────────────────────────────┐
│ Written by Rubén Beltrán del Río │
└──────────────────────────────────────────────────────────────────────────────┘
{{~ it.posts: post}}
{{= post.raw}}
■──────────────────────────────────────────────────────────────────────────────■
{{~}}
{{? it.posts.length === 0}}
# This is a fresh blog!
There are no posts yet.
{{?}}
|