File: //proc/self/cwd/raquel/themes/web/blog.php
<?php $v->layout("_theme");
$v->insert("views/page-title", ["pageTitle" => $pageTitle, "breadcrumb" => $breadcrumb]);
?>
<section id="content">
<div class="content-wrap">
<div class="container mb-6">
<div class="heading-block mw-xs mx-auto text-center mb-6">
<h5 class="font-body text-uppercase ls2 color-2">Ăšltimas Postagens</h5>
<h3 class="color nott ls0">Veja meus posts no instagram</h3>
</div>
<div data-mc-src="8323fc4b-15d2-46d9-a712-54a7a4e9c7b7#instagram"></div>
<script
src="https://cdn2.woxo.tech/a.js#63ff78a0f4cc9e4f9aba26b0"
async data-usrc>
</script>
</div>
<?php if($paginator):?>
<div class="clear"></div>
<div class="row mt-5">
<div class="col-12"> <?= $paginator; ?></div>
</div>
<?php endif; ?>
<?php $v->insert("views/newsletter-widget-2"); ?>
</div>
</section><!-- #content end -->