updatedb
This commit is contained in:
@@ -10,15 +10,19 @@
|
||||
<%= stylesheet "/global/nav/cssSide.css" %>
|
||||
<%= stylesheet "/global/nav/cssNav.css" %>
|
||||
<%= stylesheet "/global/chaos/c.css" %>
|
||||
<%foreach my $v ( @{ stash('css') } ) {%><%= stylesheet "$v";%><%}%>
|
||||
<% map{%><%= stylesheet "$_"%><%}(@{stash('css')}) if defined(stash('css'));%>
|
||||
</head>
|
||||
<body>
|
||||
%= include 'home/htmlNav'
|
||||
%= include 'home/htmlSide'
|
||||
<% map{%><%= include "$_"%><%}(@{stash('prepend')})
|
||||
if defined(stash('prepend'));%>
|
||||
<%= content %>
|
||||
<% map{%><%= include "$_"%><%}(@{stash('apend')})
|
||||
if defined(stash('apend'));%>
|
||||
%= include 'home/htmlChaos'
|
||||
<%= javascript "/global/nav/d3Side.js"; %>
|
||||
<%foreach my $v ( @{ stash('js') } ) {%><%= javascript "$v";%><%}%>
|
||||
<% map{%><%= javascript "$_"%><%}(@{stash('js')}) if defined(stash('js'));%>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user