contact us
This commit is contained in:
8
tpl-contact.php
Normal file
8
tpl-contact.php
Normal 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
10
tpl/contact.tpl
Normal 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>
|
||||||
Reference in New Issue
Block a user