Mercurial > piecrust2
view docs/templates/section-page.html @ 779:982de61e7da9
tests: Fix some CLI tests.
Add auto-stripping of newlines in the CLI output for tests that use the simple
YAML string value for the expected output.
Also, fix `showconfig` test to expect a root URL with a trailing slash.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 16 Jul 2016 15:04:36 +0200 |
parents | 66f8bbe8de91 |
children | fd95fef51705 |
line wrap: on
line source
{% extends "default.html" %} {% block content %} <div class="container"> <section class="col-md-8"> {{ content|safe }} </section> <aside class="col-md-4"> {% include 'inc/family-sidebar.html' %} </aside> </div> {% endblock %}