atom-engine 5.0.2

A component-oriented template engine built on Tera with props, slots, and provide/inject context
Documentation
1
2
3
4
5
6
7
8
<aside class="sidebar">
  <h3>Categories</h3>
  <ul>
    <li><a href="/cat/news">News</a></li>
    <li><a href="/cat/tutorials">Tutorials</a></li>
    <li><a href="/cat/blog">Blog</a></li>
  </ul>
</aside>