gdritter repos gitnode / master templates / main.mustache
master

Tree @master (Download .tar.gz)

main.mustache @masterraw · history · blame

<!DOCTYPE html>
<html>
  <head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8;"/>
	<title>GitNode {{title}}</title>
	<style type="text/css">
	 body {
	   font-family: fira, "Helvetica", "Arial", sans-serif;
	 }
	 .content {
	   border: solid;
	   border-width: 1px;
	   width: 95%;
	   padding: 20px;
	   margin-top: 20px;
	   margin-left: auto;
	   margin-right: auto;
	 }
	 .file-listing {
	   border: solid;
	   border-width: 1px;
	 }
	 .file-listing li {
	   list-style-type: none;
	 }
	 .header {
	   text-align: center;
	 }
	 .footer {
	   text-align: center;
	 }
	 .footer li {
	   display: inline;
	   list-style-type: none;
	   padding-left: 10px;
	   padding-right: 10px;
	 }
	</style>
  </head>
  <body>
	<div class="content">
	  <div class="header">{{>header}}</div>
	  <div class="main">{{{content}}}</div>
	  <div class="footer">{{>footer}}</div>
	</div>
  </body>
</html>