Skip to content

Instantly share code, notes, and snippets.

@loe
Created October 31, 2008 18:42
Show Gist options
  • Save loe/21386 to your computer and use it in GitHub Desktop.
Save loe/21386 to your computer and use it in GitHub Desktop.
<!-- Define your application-wide tags here -->
<include src="rapid" plugin="hobo"/>
<set-theme name="puppetshow"/>
<def tag="app-name">Puppet Show</def>
<def tag="page" extend-with="app">
<page-without-app merge>
<main-nav: replace>
<navigation class="main-nav">
<nav-item href="#{base_url}/">Main</nav-item>
<nav-item href="#{base_url}/hosts">Hosts</nav-item>
<nav-item href="#{base_url}/fact_values">Facts</nav-item>
<nav-item href="#{base_url}/resources">Resources</nav-item>
</navigation>
</main-nav:>
</page-without-app>
</def>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment