Brian Buller
ba35073d95
* Use 'https://github.com/mjibson/esc' for embedded assets * Pull database name out of siteData object * Load site config from database, if available * Allow customizing site config from command line arguments * Clean up some templates * Update Readme (it still needs a lot of updating) * Started work on vote accumulation/management
16 lines
314 B
HTML
16 lines
314 B
HTML
<script>
|
|
var clientID = "{{.ClientID}}";
|
|
</script>
|
|
<aside class="flash center {{.FlashClass}}">
|
|
{{.FlashMessage}}
|
|
</aside>
|
|
<div class="content">
|
|
<div class="header">
|
|
devICT Game Jam - {{.CurrentJam}}
|
|
</div>
|
|
{{ if .SubTitle }}
|
|
<div class="header-menu">
|
|
<h2>{{.SubTitle}}</h2>
|
|
</div>
|
|
{{ end }}
|