Skip to content

Commit 1e1561c

Browse files
author
Marcus Hammarberg
committed
Adds part two of the HTMx series
1 parent 472f8b5 commit 1e1561c

File tree

2 files changed

+415
-0
lines changed

2 files changed

+415
-0
lines changed

_posts/2025-01-14-htmx-todo-tutorial.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,8 @@ And then replace that code in the `main.ejs` and make the `<nav>`-section look l
442442
</nav>
443443
```
444444

445+
That's pretty neat, right? Now we can keep our `main.ejs` clean and short while at the same time make each partial easy to understand and reusable.
446+
445447
A few words on EJS:
446448

447449
- `<%-` means that we output the result / variable unescaped, i.e. including the tags

0 commit comments

Comments
 (0)