view piecrust/admin/templates/micropub.html @ 968:20f49786937c

admin: Fix bug on the publish view.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 08 Oct 2017 09:31:15 -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 %}