lektor-website/templates/page.html

9 lines
306 B
HTML

{% extends "layout.html" %}
{% from 'macros/blocksupport.html' import render_full_width_blocks %}
{% block title %}{{ this.title }}{% endblock %}
{% block outerbody %}
{% call render_full_width_blocks(this.body.blocks, classes='col-md-12') %}
<h1>{{ this.title }}</h1>
{% endcall %}
{% endblock %}