Home

Awesome

Beard Template Engine

Blazing fast, open source, logic-less template engine written in Scala, used to parse templates using a simple syntax:

<html>
  <head>
	<title>{{ the.title }}</title>
  </head>
  <body>
	{{ the.content }}
  </body>
</html>

What makes Beard special: