lektor-website/templates/poster.html

8 lines
297 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 bodyclass %}poster{% endblock %}
{% block outerbody %}
{{ render_full_width_blocks(this.body.blocks, classes='col-md-12') }}
{% endblock %}