summaryrefslogtreecommitdiff
path: root/src/main/resources/templates/benki/bookmarks/bookmarkList.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/templates/benki/bookmarks/bookmarkList.html')
-rw-r--r--src/main/resources/templates/benki/bookmarks/bookmarkList.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/templates/benki/bookmarks/bookmarkList.html b/src/main/resources/templates/benki/bookmarks/bookmarkList.html
index 270a789..8242cd8 100644
--- a/src/main/resources/templates/benki/bookmarks/bookmarkList.html
+++ b/src/main/resources/templates/benki/bookmarks/bookmarkList.html
@@ -11,7 +11,7 @@
{#body}
-{#if authenticated}
+{! #if authenticated !}
<script type="module" src="/web_modules/elix/define/ExpandableSection.js"></script>
<elix-expandable-section>
<h2 slot="header" class="small-title"><button class="pure-button">Create New Bookmark</button></h2>
@@ -51,7 +51,7 @@
</form>
</section>
</elix-expandable-section>
-{/if}
+{! /if !}
{#for bookmark in bookmarks}
{#with bookmark}