first commit

This commit is contained in:
2026-01-08 15:27:15 +01:00
commit f0a25b1e3d
471 changed files with 47986 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<?php
/*
Template Name: Clean Page
*/
get_header();
?>
<main id="primary" class="site-main clean-page-template">
<header class="entry-header">
<div class="container">
<div class="entry-header--wrapper">
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
</div>
</div>
</header>
<div class="container">
<div class="site-main--wrapper">
<?php the_content(); ?>
</div>
</div>
</main><!-- #main -->
<?php
get_footer();