|
|
|
@ -2,7 +2,8 @@
|
|
|
|
|
{% from "macros/blog.html" import render_blog_post %} |
|
|
|
|
{% block title %}{{ this.title }}{% endblock %} |
|
|
|
|
{% block body %} |
|
|
|
|
<header class="intro-header" style="{% if this.background_image_url %}background-image: url('{{ this.background_image_url}}');{% else %} background-color: #333; {% endif %}"> |
|
|
|
|
{% set background_image = this.attachments.images.first() %} |
|
|
|
|
<header class="intro-header" style="{% if background_image %}background-image: url('{{ background_image|url }}');{% else %} background-color: #333; {% endif %}"> |
|
|
|
|
<div class="container"> |
|
|
|
|
<div class="row"> |
|
|
|
|
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> |
|
|
|
|