lektor-website/templates/poweredby.html

6 lines
124 B
HTML
Raw Permalink Normal View History

2015-12-27 21:46:27 +01:00
{% extends "layout.html" %}
{% block title %}Powered By{% endblock %}
{% block body %}
<h1>Powered By</h1>
{% endblock %}