summaryrefslogtreecommitdiffstats
path: root/management-interface/views/template.htm
blob: 27affb5c0210d7cf4a356a948e2f60abfdf99d79 (plain) (blame)
1
2
3
4
5
6
7
8
    <div class="container">

      <div class="jumbotron">
        <h1>{{ strtoupper(@_module) }}</h1>
	<p>Please fill this with content.</p>
      </div>

    </div> <!-- /container -->