Ajouter des fichiers et des modifications existants
This commit is contained in:
commit
4ea514650d
13 changed files with 1481 additions and 0 deletions
9
templates/another-page.html
Normal file
9
templates/another-page.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!-- prettier-ignore -->
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Another page!{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<a href="/"> Main page </a>
|
||||
<h1 class="font-bold text-indigo-500">Another page</h1>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue