view piecrust/admin/templates/micropub.html @ 1069:dff873f11541

admin: Upgrade Bootstrap, switch icons to Open-Iconic, remove Bower.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 13 Feb 2018 23:22:27 -0800
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 %}