Mercurial > piecrust2
view piecrust/admin/templates/micropub.html @ 1088:c5f1936e9e89
data: Fix recently introduced bug with blog data provider.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 15 Feb 2018 23:46:37 -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 %}