view piecrust/admin/templates/micropub.html @ 1171:7eb58b5748eb

cm: Update gulp/npm stuff.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 04 Oct 2019 11:45:38 -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 %}