Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

stream_2020_article.html 330B

1234567891011
  1. {% extends "base_2020.html" %}
  2. {% block lang %}{{ page.lang }}{% endblock %}
  3. {% block title %}{{ page.title }}{% endblock %}
  4. {% block content %}
  5. <article>
  6. <h1>{{ page.title }}</h1>
  7. {{ page.content }}
  8. </article>
  9. <hr>
  10. <nav><a href="/david/">Accueil</a> • <a href="/david/stream/2020/">Stream 2020</a></nav>
  11. {% endblock content %}