view docs/docs/03_content.md @ 971:5485a11591ec

internal: Worker pool improvements - Slightly more correct multi-processing code. - Handle critical worker failures. - Correctly setup workers when run from `py.test`. - Add support for using `msgpack` or `marshall` instead of `pickle`.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 17 Oct 2017 01:00:55 -0700
parents 31f2964d034a
children
line wrap: on
line source

---
title: Content
---

This section of the documentation explains how to write, or otherwise create and
use, 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 %}