Fix styleguide route and template

This commit is contained in:
richard-dds
2018-08-02 13:34:05 -04:00
parent 44d1f56f67
commit 9b3bedeb8f
2 changed files with 51 additions and 44 deletions

View File

@@ -9,3 +9,8 @@ bp = Blueprint("atst", __name__)
@bp.route("/")
def home():
return render_template("home.html")
@bp.route("/styleguide")
def styleguide():
return render_template("styleguide.html")