mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-06-22 23:56:17 +00:00
Make HTML templates
This commit is contained in:
parent
0d07a3391b
commit
4088432e99
5 changed files with 15 additions and 45 deletions
|
@ -1,14 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
{% if show_sub %}
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="Level1">Level 1</a></li>
|
||||
<li><a href="Level2">Level 2</a></li>
|
||||
<li><a href="Level3">Level 3</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
{% endif %}
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue