Clean up this template a lil

This commit is contained in:
swaggboi 2022-08-23 20:05:07 -04:00
parent ed31fb963c
commit edc7a19bb0

View File

@ -1,7 +1,6 @@
% layout 'main';
% title 'New Remark';
<h2><%= title %></h2>
<% if (my $thread_body = %$thread{'body'}) { =%>
<div class="threads">
<article class="thread">
<span class="id">#<%= %$thread{'id'} %></span>
@ -11,7 +10,6 @@
<p class="body"><%= $thread_body %></p>
</article>
</div>
<% } =%>
<form method="post">
<div class="name field">
<%= label_for name => 'Author' %>