view docs/docs/03_content.md @ 298:b7ab1b503510

data: Fix incorrect next/previous page URLs in pagination data. Consolidate splitting an URL between its first URL and its sub page number. Be careful about the index page's URL not losing its slash.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 11 Mar 2015 23:46:42 -0700
parents 6e9b5530306e
children 31f2964d034a
line wrap: on
line source

---
title: Content
---

This section of the documentation explains how to write, or otherwise create and
us, content for PieCrust websites -- pages, layouts, assets, etc. If however you
want to *define* what *types* of content your website will have in the first
place, you may want to read up on the [content model documentation][cm].

[cm]: {{docurl('content-model')}}


{% for part in family.children -%}
* [{{part.title}}]({{part.url}})
{% endfor %}