changing to html from tpl files

This commit is contained in:
JesseBot 2022-10-07 07:58:37 +02:00
parent cb3f731743
commit bb6012eced
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
% include('header_band.tpl') % include('header_band.html')
<div class="container"> <div class="container">
<div class="row"> <div class="row">
@ -54,4 +54,4 @@
</div><!-- /.row ALL CARDS--> </div><!-- /.row ALL CARDS-->
</div><!-- /.container MAIN--> </div><!-- /.container MAIN-->
% include('footer_main.tpl') % include('footer_main.html')

View file

@ -1,4 +1,4 @@
% include('header_resources.tpl') % include('header_resources.html')
<div class="container"> <div class="container">
<h3>Come learn about things!</h3> <h3>Come learn about things!</h3>
<br /> <br />
@ -67,4 +67,4 @@
</div><!-- /.row ALL CARDS--> </div><!-- /.row ALL CARDS-->
</div><!-- /.container MAIN--> </div><!-- /.container MAIN-->
% include('footer_main.tpl') % include('footer_main.html')