1 2 3 4 5 6 7
{% include common/header.html %} <div class="row"> <div class="col-md-12"> {{ content }} </div> </div> {% include common/footer.html %}