<!-- فرم ارسال نظر -->
<form action="/submit_comment" method="post">
    <input type="text" name="comment" />
    <button type="submit">ارسال</button>
</form>

<!-- نمایش نظرات -->
<div id="comments">
    <%= comments %>
</div>