forked from Adleraci/adlerka.top
Test
This commit is contained in:
10
templates/newsArticle.html
Normal file
10
templates/newsArticle.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<article>
|
||||
<h2 class='newstitle'>__TEMPLATE_ARTICLE_TITLE__</h2>
|
||||
<br>
|
||||
<p class='newsauthor'>__TEMPLATE_ARTICLE_AUTHOR__</p>
|
||||
<p class='newsdate'>__TEMPLATE_ARTICLE_DATE__</p>
|
||||
<hr>
|
||||
<div class='newsbody'>
|
||||
__TEMPLATE_ARTICLE_BODY__
|
||||
</div>
|
||||
</article>
|
@@ -4,6 +4,11 @@
|
||||
<button id="articlecreateopen" onclick="togglearticlecreate()"><i class="ri-add-circle-line"></i></button>
|
||||
<hr>
|
||||
</header>
|
||||
|
||||
<template data-template-name="article">
|
||||
__TEMPLATE_FOR_ARTICLE_CONTENT__
|
||||
</template>
|
||||
|
||||
<div id="articleslist">
|
||||
__TEMPLATE__ARTICLES_HERE__
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user