File: /var/www/hcv/wp-content/themes/hockey/templates/page.twig
{% extends "base.twig" %}
{% block content %}
<section class="hero-page bg-dark-arrows">
<div class="container">
<h1 class="hero-page__main-title text-left text-align-left">{{ post.title }}</h1>
</div>
</section>
<section class="page-content page-content-single">
<div class="container container--x-smaller">
<div class="row">
<div class="col-12 col-md-10 offset-md-1">
<div class="post-content">
{{ post.content }}
</div>
</div>
</div>
</div>
</section>
{% endblock %}