diff options
Diffstat (limited to 'doc/_templates/px/layout.html')
| -rw-r--r-- | doc/_templates/px/layout.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/_templates/px/layout.html b/doc/_templates/px/layout.html new file mode 100644 index 0000000..4750f74 --- /dev/null +++ b/doc/_templates/px/layout.html @@ -0,0 +1,11 @@ +{%- block doctype -%} +<?xml version="1.0" encoding="utf-8" ?> +{%- endblock %} + +<page title='{{ title|striptags }}'> + +{%- block document %} + {% block body %} {% endblock %} +{%- endblock %} + +</page> |
