Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add skeleton for the Scholarships Guide page #165

Merged
merged 1 commit into from
Apr 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions contents/copy/scholarships/guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Scholarships Guide
---
6 changes: 6 additions & 0 deletions contents/scholarships-guide.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"filename": ":file/index.html",
"template": "pages/scholarships-guide.html.njk",
"title": "Scholarships Guide",
"pageId": "scholarships-guide"
}
9 changes: 9 additions & 0 deletions templates/pages/scholarships-guide.html.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{% extends "../layouts/default.html.njk" %}

{% block content %}
<section class="grid">
<div class="grid-item-center md-content">
{{ contents.copy.scholarships['guide.md'].html }}
</div>
</section>
{% endblock %}