view piecrust/admin/templates/micropub.html @ 1175:d0f86d9a9d40

wsgi: Better logging for the admin app.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 21 May 2020 21:55:41 -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 %}