This commit is contained in:
2026-08-05 01:45:29 +03:00
parent fa1cc7df77
commit cb588a8b6f
+10
View File
@@ -27,6 +27,14 @@
(defparameter *template-root* "
<html>
<head>
<link
rel=\"stylesheet\"
href=\"https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css\">
</head>
<body class=\"container\">
<form action=\"/\" method=\"GET\">
<div>
<label for=\"query\">What do you search for?</label>
@@ -48,6 +56,8 @@
{% endfor %}
</ul>
{% endif %}
</body>
</html>
")
(defparameter *template-product* "