Yu-Gi-Oh! Deck Building and Card Inventory Management web interface written in Common Lisp, utilizing HTMX.
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.

13 line
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 %}