summaryrefslogtreecommitdiffhomepage
path: root/page.php
diff options
context:
space:
mode:
Diffstat (limited to 'page.php')
-rwxr-xr-x[-rw-r--r--]page.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/page.php b/page.php
index e69de29..5a91307 100644..100755
--- a/page.php
+++ b/page.php
@@ -0,0 +1,7 @@
+<?php get_header();?>
+
+ <main class="container">
+ <?php get_template_part('includes/section', 'content'); ?>
+ </main>
+
+<?php get_footer();?> \ No newline at end of file