Skip to content

Instantly share code, notes, and snippets.

@jakerb
Created September 14, 2018 13:21
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 jakerb/1fc0c16056255e67e6631bb95b92bb51 to your computer and use it in GitHub Desktop.
Save jakerb/1fc0c16056255e67e6631bb95b92bb51 to your computer and use it in GitHub Desktop.
MyAppuccino Article template.
<!-- Include the header file -->
<div ng-include="app.app.base_url + 'partials/header.html'"></div>
<!-- Include the header file -->
<div class="page-has-header page-has-footer">
<h2 ng-bind="data.blog_posts[params.pid].post_title"></h2>
<p class="uk-text-meta">Posted <span ng-bind="data.blog_posts[params.pid].post_date"></span></p>
<p ng-bind="data.blog_posts[params.pid].post_content"></p>
</div>
<!-- Include the footer file -->
<div ng-include="app.app.base_url + 'partials/footer.html'"></div>
<!-- Include the footer file -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment