1
0
mirror of https://github.com/lektor/lektor-website.git synced 2025-03-16 10:05:52 +01:00

9 lines
261 B
HTML

{% extends "layout.html" %}
{% from 'macros/blocksupport.html' import render_full_width_blocks %}
{% block title %}{{ this.title }}{% endblock %}
{% block outerbody %}
<h1>{{ this.title }}</h1>1111
{{ this.summary }}2222
{{ this.repo }}333
{% endblock %}