annotate docs/docs/01_tutorial.md @ 326:1ecc0c16ba64
2.0.0a6
data: Better error message for old date formats, add `emaildate` filter.
author |
Ludovic Chabant <ludovic@chabant.com> |
date |
Mon, 30 Mar 2015 14:43:08 -0700 |
parents |
afc1d2c60854 |
children |
|
rev |
line source |
246
|
1 ---
|
|
2 title: Tutorial
|
|
3 ---
|
|
4
|
|
5 This PieCrust tutorial will walk you through the process of creating a new
|
|
6 website, writing content for it, customizing its appearance, and publishing it
|
|
7 somewhere.
|
|
8
|
|
9 {% for part in family.children %}
|
|
10 * [{{part.title}}]({{part.url}})
|
|
11 {% endfor %}
|
|
12
|