August 2016
Intermediate to advanced
376 pages
6h 33m
English
Now let's create the view file. This file is very important for our application, because that is where we integrate the resources of Swig variables with our JavaScript code:
locations.html and save it within the app/views/pages/ folder.locations.html file: {% extends 'layout.html' %} {% block content %} <div class="section"> <div class="container"> <br><br> <h1 class="header center teal-text">{{ title }}</h1> <div class="row center"> <h5 class="header col s12 light">Welcome to {{ title }} </h5> </div> <div class="row"> <div class="col s12"> <form action="/nearme" method="POST"> <div class="row"> <div class="col s12" id="map" style="height:600px; width: 100%; margin-bottom: ...