Created
February 21, 2017 08:13
-
-
Save simt2/ce3a503fafeca06b897678daa4ee3184 to your computer and use it in GitHub Desktop.
mesh-go-example base.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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