Skip to content

Instantly share code, notes, and snippets.

@simt2
Created February 21, 2017 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simt2/ce3a503fafeca06b897678daa4ee3184 to your computer and use it in GitHub Desktop.
Save simt2/ce3a503fafeca06b897678daa4ee3184 to your computer and use it in GitHub Desktop.
mesh-go-example base.html
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.min.css">
<meta charset="UTF-8">
<title>Gentics Mesh Demo</title>
<style>
.row.products > div {
height: 500px
}
</style>
</head>
<body>
<div class="container">
<h2>Gentics Mesh Go Demo <small><a href="http://getmesh.io">getmesh.io</a></small></h2>
{{template "navigation" .}}
{{block "content" .}}{{end}}
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment