Skip to content

Commit

Permalink
[feat] : add the faqs page
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodgers-M committed Apr 8, 2018
1 parent 0b67015 commit 7a68579
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions templates/front/faqs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{% extends "base.html" %}
{% load staticfiles %}

{% block title %}FAQs - healthchecks.io{% endblock %}

{% block content %}
{%if question_list%}
here are the questiions
{%else %}
no questions
{% endif%}

{% endblock %}

0 comments on commit 7a68579

Please sign in to comment.