@matthewlang @pratik sadly a #fail for this bear - CSS added to end of file and code
<pre>
<!DOCTYPE html>
<html>
{{ partial “head.html” . }}
<body>
<!– Insert the lightrope list here –>
<ul class=“lightrope”>
<li></li>
<li></li>
…
</ul>
{{ partial "header.html" . }}
{{ block "main" . }}{{ end }}
{{ partial "footer.html" . }}
{{ partial "custom_footer.html" . }}
</body>
</html>
</pre>
added to layouts/_default/baseof.html
Not exactly an ‘urgent’ problem.