From d70ba0f4244241f38f80a3a9f429aba5efb9f47e Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Thu, 20 Oct 2016 11:04:02 -0400 Subject: [PATCH] Stub out an /on/npm/ search page --- www/on/npm/index.html.spt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 www/on/npm/index.html.spt diff --git a/www/on/npm/index.html.spt b/www/on/npm/index.html.spt new file mode 100644 index 0000000000..bdbfa3ad0d --- /dev/null +++ b/www/on/npm/index.html.spt @@ -0,0 +1,8 @@ +[---] +title = "Search npm" +suppress_sidebar = True +[---] +{% extends "templates/base.html" %} +{% block content %} + +{% endblock %}