aboutsummaryrefslogtreecommitdiff
path: root/src/pages/blog/_builder.php
blob: 40e548773a1feb42f1761dd658453872a1d3ffc0 (plain)
1
2
3
4
5
6
7
8
<?php

    $page_title = $blog_title;
    $page_content = $blog_content;

    include "../_template.php";

?>