Browse Source
It's not a full circle yet and it doesn't seem to be anything simpler; maybe I gotta start from a scratch againmaster
sipp11
10 years ago
3 changed files with 31 additions and 10 deletions
@ -0,0 +1,14 @@ |
|||||||
|
{% extends "layout.html" %} |
||||||
|
{% block body %} |
||||||
|
<h2>Links</h2> |
||||||
|
<ul> |
||||||
|
<li>movies<ul> |
||||||
|
<li><a href="movies/nowshowing">nowshowing</a></li> |
||||||
|
<li><a href="movies/comingsoon">coming soon</a></li> |
||||||
|
<li><a href="movies/older">older</a></li> |
||||||
|
</ul></li> |
||||||
|
<li><a href="groups">group</a></li> |
||||||
|
<li><a href="theaters">theaters</a></li> |
||||||
|
<li><a href="showtimes/sf/">showtimes</a></li> |
||||||
|
</ul> |
||||||
|
{% endblock %} |
Loading…
Reference in new issue