Join us at Jamstack Conf Virtual, October 6-7. Register now!
Brace Tags is a static site generator focused on simplicity. It does one thing: solves the problem of having to repeat the same HTML code on several web pages. (In other words, it provides "partials")
The template language provided by Brace Tags has only two tags, include
and
is
.
You can use Brace Tags to build a multi-page static website without duplicating navigation or footer code. Here's generally how it works:
{% include mypartial.html %}
. This is where the content from a
partial will be injected.tags build
command to assemble the website from your source code.
You can put the generated site online using any static site hosting provider.StaticGen is hosted and maintained by Netlify, the perfect way to deploy your Jamstack sites and apps.