Code: Select all
{% include '_header.twig' %}
<main>
<div class="container">
<div class="page-header">
<h1>{{ testimonials.name }} | <small>{{ testimonials.position }}</small></h1>
<time>{{ testimonials.datecreated|date("jS F, Y") }}</time>
</div>
<div class="page-content">
{{ testimonials.body }}
</div>
</div>
</main>
{% include '_footer.twig' %}My database is populated .