Mercurial > piecrust2
view piecrust/admin/templates/micropub.html @ 1100:1ce67d2fae0a
routing: Fix URL generation bug with ugly URLs and index pages in sub-folders.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 17 Feb 2018 11:54:00 -0800 |
parents | accfe8fc8440 |
children |
line wrap: on
line source
{% set title = 'Micropub Endpoint' %} {% extends 'layouts/master.html' %} {% block content %} <p>This is PieCrust's Micropub endpoint.</p> {% endblock %}