stylehub/templates/newsArticle.html
2024-02-22 17:52:20 +01:00

9 lines
271 B
HTML

<article>
<h2 class='newstitle'>__TEMPLATE_ARTICLE_TITLE__</h2>
<p class='newsauthor'>__TEMPLATE_ARTICLE_AUTHOR__</p>
<p class='newsdate'>__TEMPLATE_ARTICLE_DATE__</p>
<hr>
<div class='newsbody'>
__TEMPLATE_ARTICLE_BODY__
</div>
</article>