Mercurial > piecrust2
view piecrust/admin/templates/micropub.html @ 1186:2ead9dcb6bec
prepare: Fix scaffolding refactor code.
For some reason the previous commit was missing some changes.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 23 Oct 2020 23:50:42 -0700 |
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 %}