About

Hey there, this is the main body of the content, over here you can see that this file is individual from the other ones

It is completely isolated and has nothing to do with the header or the footer


Examples

Wanna know what date it is? It's --> {{{time}}}


Example Listing

This is just some filler text 😊

Sorry about the lack of style, but I really wanted to keep this as vanilla and minimal as possible whilst still providing a solid example for as many things as possible.
It is quite a bit more complex than the master branch, but it's still super useful!

Here's an example of how to use for-loops, if you are new I think this will come in handy, I know that it was quite a bother for me to find a working example, the following works amazingly well with this project setup.

{{#each listExample as | row |}} {{!-- Sadly, handlebars can not handle Javascript inside of these little --}} {{!-- brackets, so you have to create helpers, it's quite simple but annoying. --}} {{/each}}
# Title
{{row.id}} {{row.name}}