Sharing data with templates: cycle import error

This commit is contained in:
Muyao CHEN
2024-06-28 10:40:47 +02:00
parent 1dd22ba8db
commit 668e88e578
3 changed files with 22 additions and 3 deletions

View File

@ -5,6 +5,8 @@
<div class="col">
<h1>This is the about page</h1>
<p>This is the content</p>
<p>This came from the template: {{index .StringMap "test"}}</p>
</div>
</div>
</div>