Created
February 16, 2017 19:05
-
-
Save tonyahowe/5dec9679c99e2ed0bab447dd53a15262 to your computer and use it in GitHub Desktop.
This file contains 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
<div xmlns="http://www.w3.org/1999/xhtml" data-template="templates:surround" data-template-with="templates/page.html" data-template-at="main"> | |
<div/> | |
<!-- if a query search --> | |
<div data-template="templates:if-parameter-set" data-template-param="query"> | |
<div data-template="templates:include" data-template-path="search.html" class="col-md-12"/> | |
</div> | |
<!-- if a coursepack search --> | |
<div data-template="templates:if-parameter-set" data-template-param="f-btn-coursepack"> | |
<div data-template="templates:include" data-template-path="coursepack.html" class="col-md-12"/> | |
</div> | |
<!-- if an upload --> | |
<div data-template="templates:if-parameter-set" data-template-param="do-upload"> | |
<!-- <div data-template="templates:include" data-template-path="success.html" class="col-md-12"/> --> | |
<div data-template="app:upload"/> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment