Post_finder/templates/result.html

8 lines
113 B
HTML
Raw Permalink Normal View History

2024-12-09 15:00:24 +05:00
<!-- result.html -->
<div class="all">
<div class="result-container">
{{ result_html|safe }}
</div>
</div>