@@ -1 +1,17 @@
-<h1> Hello! </h1>
+<!DOCTYPE html>
+
+<html>
+ <head>
+ <title>Base</title>
+ <script src="/static/bower_components/jquery/dist/jquery.js"></script> <!-- JavaScript -->
+ </head>
+ <body>
+ <h1>Api Example</h1>
+ <strong>{{ boldmessage }}</strong><br />
+ <!-- New line -->
+ </body>
+</html>