diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/index.txt b/templates/index.txt new file mode 100644 index 0000000..b3b27a9 --- /dev/null +++ b/templates/index.txt @@ -0,0 +1,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. +{{?}} |