samey/templates/post_source.html
2025-04-10 07:06:34 -03:00

11 lines
238 B
HTML

<li>
<input
name="source"
type="url"
maxlength="200"
value="{% if let Some(url) = source.url %}{{ url }}{% endif %}"
/>
<button hx-delete="/remove" hx-target="closest li" hx-swap="outerHTML">
-
</button>
</li>