stylehub/templates/newsArticle.html

9 lines
331 B
HTML
Raw Normal View History

2024-02-22 13:57:05 +01:00
<article>
<h2 class='newstitle'>__TEMPLATE_ARTICLE_TITLE__</h2>
2024-02-22 18:03:39 +01:00
<p class='newsauthor'><i class="ri-user-line"></i>__TEMPLATE_ARTICLE_AUTHOR__</p>
<p class='newsdate'><i class="ri-calendar-line"></i>__TEMPLATE_ARTICLE_DATE__</p>
2024-02-22 13:57:05 +01:00
<hr>
<div class='newsbody'>
__TEMPLATE_ARTICLE_BODY__
</div>
</article>