Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions templates/app.temple
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>smw</title>
<title>smw22</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://unpkg.com/missing.css@1.1.1/dist/missing.css">
Expand All @@ -13,12 +13,12 @@
<header class="navbar">
<span class="f-row">
<a class="brand" href="/" aria-label="Home">
<h1>smw</h1>
<h1>smw22</h1>
</a>
</span>
</header>
{- (args :content) -}
<footer>smw</footer>
<footer>smw22</footer>
<script src="/htmx.min.js"></script>
</body>
</html>
Expand Down
2 changes: 1 addition & 1 deletion templates/form.temple
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<main>
<h1>{- (if (args :message) (args :message) "Vytvořte svojí prezentaci, prosím!") -}</h1>
<h1>{- (if (args :message) (args :message) " कृपया अपनी प्रस्तुति बनाएं!") -}</h1>
<form action="/" method="POST">
<textarea name="presentation">{- (args :content) -}</textarea>
<button>Ulož!</button>
Expand Down