Skip to content

Commit 2b1b597

Browse files
button placeholder in template
1 parent afa3739 commit 2b1b597

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/template_default.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
{{sidebar_default}}
1616
</div>
1717

18+
<div class="my-4">
19+
<!--Replace this line with your component, for example: --> {{button}}
20+
</div>
21+
1822
<div id="content" class="flex-1 p-6">
1923
{{content_default}}
20-
21-
<div class="my-4">
22-
<!-- Add your component here -->
23-
</div>
2424
</div>
2525

2626
<footer class="p-4">

0 commit comments

Comments
 (0)