view piecrust/admin/templates/micropub.html @ 1071:7f94407d037d 3.0.0

cm: Regenerate the CHANGELOG.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 13 Feb 2018 23:48:18 -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 %}