view piecrust/admin/templates/micropub.html @ 975:a0a62d0da723

internal: Check that the `Assetor` has an asset URL format to work with.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 17 Oct 2017 01:08:56 -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 %}