Skip to content

Instantly share code, notes, and snippets.

@bluemango
Created September 12, 2013 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bluemango/6542741 to your computer and use it in GitHub Desktop.
Save bluemango/6542741 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta content='text/html;charset=UTF-8' http-equiv='Content-Type'>
<title>{{ page_title }}</title>
<meta name='description' content='{{ page_description }}'>
{{ javascripts }}
<!-- This stylesheet includes the full ScreenSteps CSS. It may conflict with your own styles. -->
<link rel="stylesheet" type="text/css" href="/stylesheets/screensteps-site.css">
<!-- The {{ stylesheets }} variable will insert just the ScreenSteps layout CSS and will do
a better job of matching your sites CSS. Uncomment it to use. -->
<!-- {{ stylesheets }} -->
{{ custom_colors }}
{{ custom_css }}
{{ rss }}
</head>
<body>
<div class='screenstepslive-header-toggle' id='header'>
<div class='container'>
<span id='company-logo'><img alt="" height="" width="" src="" /></span>
<span id='company-name'><!-- inert your company name --></span>
</div>
<div id='navigation-container'>
<ul class='nav' id='site-nav'>
{% for link in space.links %}
<li><a href="{{ link.url }}">{{ link.display_name }}</a></li>
{% endfor %}
</ul>
<ul id='admin-nav'>
</ul>
</div>
</div>
<div class='site-index no-breadcrumb right-sidebar' id='screensteps-content-wrapper'>
{{ content_for_layout }}
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment