Mercurial > piecrust2
view piecrust/admin/templates/micropub.html @ 1111:98c7dd6ea4ac
admin: Early version of webmention endpoint.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 18 Feb 2018 20:37:54 -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 %}