Skip to content

Instantly share code, notes, and snippets.

@jjcall
Created October 9, 2014 18:05
Show Gist options
  • Save jjcall/fecf61a2b0577e661302 to your computer and use it in GitHub Desktop.
Save jjcall/fecf61a2b0577e661302 to your computer and use it in GitHub Desktop.
<% content_for :page_javascripts do %>
<% end %>
<section class="hero">
<div class="container">
<div class="row hero-headline">
<div class="col-xs-12 hero-headline--title">
<h1>Title of Content</h1>
</div><!-- end .hero-welcome headline -->
<div class="col-xs-12 col-md-8 col-md-offset-2 hero-headline--subtitle">
<h2>Sub title of content page. Lorem ipsum dolor sit amet, consectetur adipisicing elit.</h2>
</div><!-- end .hero-welcome headline -->
</div><!-- end .hero-welcome -->
</div><!-- end .container -->
</section><!-- end section.hero -->
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1">
<%= raw @page.body %>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment