diff piecrust/admin/templates/micropub.html @ 895:accfe8fc8440

admin: Add a Micropub endpoint.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 02 Jul 2017 22:23:12 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/piecrust/admin/templates/micropub.html	Sun Jul 02 22:23:12 2017 -0700
@@ -0,0 +1,10 @@
+{% set title = 'Micropub Endpoint' %}
+
+{% extends 'layouts/master.html' %}
+
+{% block content %}
+<p>This is PieCrust's Micropub endpoint.</p>
+{% endblock %}
+
+
+