Yu-Gi-Oh! Deck Building and Card Inventory Management web interface written in Common Lisp, utilizing HTMX.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

13 linhas
336B

  1. {% extends "layouts/default.html" %}
  2. {% block title %}{_ "Index" _}{% endblock %}
  3. {% block content %}
  4. <div class="container">
  5. <div class="content">
  6. <h1 class="title">{_ "Welcome to cl-deck-builder2!" _}</h1>
  7. <p class="subtitle">
  8. {_ "Click the links at the top to get started." _}
  9. </p>
  10. </div>
  11. </div>
  12. {% endblock %}