Hammer Tags

Show Menu

What can I do with Hammer tags?

Running your project under Hammer means you can do things you can’t normally do with standard markup and code. When any of the following features are used in your project files, Hammer will compile the markup to standard HTML inside your Build folder.

Remember, Hammer is required to use these features in development, but anyone with a web browser can view the files in the Build folder.

Some Hammer features happen automatically, some of them are called with an HTML comment formatted tag - <!-- @keyword example -->

Navigation Helpers

<ul class="menu">
<li><a href="<!-- @path index.html -->">Home</a></li>
<li><a href="<!-- @path about.html -->">About</a></li>
<li><a href="<!-- @path contact.html -->">Contact</a></li>
</ul>

Read more about navigation helpers

Have a question, want to beta test new releases or have an issue you're stuck with?

Join our supportive community Slack Team and get in touch with us directly. We love to help!