mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-04-29 18:25:58 +00:00
9 lines
258 B
HTML
9 lines
258 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
|
|
Coming soon!
|
|
|
|
<script src="/js/common.js?v=1774699104"></script>
|
|
<script>$(document).ready(function() { $("#nav-link-conditions").addClass("active"); }); <!-- highlight active page in nav --></script>
|
|
|
|
{% end %} |