Skip to content

Commit

Permalink
Update template.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tf7software authored Sep 26, 2024
1 parent e5d90cc commit d3af3f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions views/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
<h1>{{title}}</h1>
</header>
<main>

<h2>Image Gallery</h2>
<div class="content">{{content}}</div>
<h2>Image Gallery</h2>
<div id="image-gallery" class="gallery">
<!-- Images will be loaded here dynamically -->
</div>

<div class="content">{{content}}</div>
<h2>Further Reading</h2>
<ul>
{{urls}}
Expand Down

0 comments on commit d3af3f5

Please sign in to comment.