This commit is contained in:
2026-08-05 01:45:29 +03:00
parent fa1cc7df77
commit cb588a8b6f
+11 -1
View File
@@ -27,7 +27,15 @@
(defparameter *template-root* " (defparameter *template-root* "
<form action=\"/\" method=\"GET\"> <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> <div>
<label for=\"query\">What do you search for?</label> <label for=\"query\">What do you search for?</label>
<input name=\"query\" id=\"query\" placeholder=\"Search…\" /> <input name=\"query\" id=\"query\" placeholder=\"Search…\" />
@@ -48,6 +56,8 @@
{% endfor %} {% endfor %}
</ul> </ul>
{% endif %} {% endif %}
</body>
</html>
") ")
(defparameter *template-product* " (defparameter *template-product* "