mirror of
https://github.com/arnaucube/konstrui.git
synced 2026-02-07 03:26:43 +01:00
implemented generation of pages for each data in json
This commit is contained in:
6
example/webInput/templates/projectTemplate.html
Normal file
6
example/webInput/templates/projectTemplate.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="class1">
|
||||
<div id="{{idAuthor}}" class="class2">Project {{title}}</div>
|
||||
<div class="classAuthor">Developed by: {{author}}</div>
|
||||
<div class="class3">{{description}}</div>
|
||||
<a href="{{link}}" target="_blank">View project page</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user