lektor-website/templates/plugin.html

9 lines
261 B
HTML
Raw Normal View History

{% 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 %}