Created
April 5, 2019 18:24
-
-
Save whistlerbrad/db38b99042534aab473468bb1d91db5e to your computer and use it in GitHub Desktop.
Pipeline page wide template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- /templates/page.wide.liquid --> | |
| {% section 'page-images' %} | |
| <div class="wrapper page-margin"> | |
| <div class="grid"> | |
| <div class="grid__item one-whole"> | |
| <h1 class="text-center h2 templateTitle" style="display:none;">{{ page.title }}</h1> | |
| <div class="rte"> | |
| {{ page.content }} | |
| </div> | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment