diff --git a/contents/copy/scholarships/guide.md b/contents/copy/scholarships/guide.md new file mode 100644 index 00000000..279e0b7b --- /dev/null +++ b/contents/copy/scholarships/guide.md @@ -0,0 +1,3 @@ +--- +title: Scholarships Guide +--- diff --git a/contents/scholarships-guide.json b/contents/scholarships-guide.json new file mode 100644 index 00000000..763bcfa4 --- /dev/null +++ b/contents/scholarships-guide.json @@ -0,0 +1,6 @@ +{ + "filename": ":file/index.html", + "template": "pages/scholarships-guide.html.njk", + "title": "Scholarships Guide", + "pageId": "scholarships-guide" +} diff --git a/templates/pages/scholarships-guide.html.njk b/templates/pages/scholarships-guide.html.njk new file mode 100644 index 00000000..98a2cc56 --- /dev/null +++ b/templates/pages/scholarships-guide.html.njk @@ -0,0 +1,9 @@ +{% extends "../layouts/default.html.njk" %} + +{% block content %} +
+
+ {{ contents.copy.scholarships['guide.md'].html }} +
+
+{% endblock %}