mirror of
https://github.com/lektor/lektor-website.git
synced 2025-01-31 06:22:55 +01:00
6 lines
124 B
HTML
6 lines
124 B
HTML
{% extends "layout.html" %}
|
|
{% block title %}Powered By{% endblock %}
|
|
{% block body %}
|
|
<h1>Powered By</h1>
|
|
{% endblock %}
|