contact us

This commit is contained in:
2025-05-21 08:25:30 -07:00
parent e5f34e853f
commit 87e423eae7
2 changed files with 18 additions and 0 deletions

8
tpl-contact.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
/** Template Name: Contact Template */
get_header();
echo site()->render("contact", site()->getCurrentPost(["content"]));
get_footer();

10
tpl/contact.tpl Normal file
View File

@@ -0,0 +1,10 @@
<section class="contact">
<div class="container">
<div class="row">
<div class="col">
<img src="{{#assetUrl}}" alt="{{#wp-title}}" />
<h1>Contact Us</h1>
</div>
</div>
</div>
</section>