site/_includes/themes/apache/page.html (5 lines of code) (raw):
<!--<div class="hero-unit {{ page.title | lowercase }}">
<h1>{% if page.tagline %} <small>{{ page.tagline }}</small>{% endif %}</h1>
</div>
-->
<div class="row">
<div class="col-md-12">
{{ content }}
</div>
</div>