<!doctype html>
<html>
{% include header.html %} <body> <div class="container-fluid"> <div class="row"> {% include sidebar.html %} <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main"> <div class="row"> <div class="hero half-vertical-center" style="background: url({{ post.header_image }}) no-repeat center center;"></div> <section class="blog-post"> <article class="row"> {{ content }} </article> </section> </div> </div> </div> </div> {% include scripts.html %} </body>
</html>