blob: d2d38898ca61101b84e34b42bf856790bdca0e2d (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | {{ define "footer" }}
      </div> <!-- id=main -->
    </div>
    <footer>
      <div class="container">
          <p class="text-muted text-center">Brought to you with <span style="color:#ef5e21">♥</span> by ThousandEyes</p>
      </div>
    </footer>
  </body>
</html>
{{ end }}
 |