lektor-website/templates/page.html

9 lines
306 B
HTML
Raw Permalink Normal View History

2015-12-19 14:52:17 +01:00
{% 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 %}