mirror of
https://github.com/arnaucube/konstrui.git
synced 2026-02-07 11:36:40 +01:00
implemented generation of pages for each data in json
This commit is contained in:
11
example/webInput/projectPage.html
Normal file
11
example/webInput/projectPage.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<title>{{title}} - {{author}}</title>
|
||||
<body>
|
||||
<h1>Project individual page</h1>
|
||||
<h2>{{title}}</h2>
|
||||
<p>{{author}}</p>
|
||||
<p>{{description}}</p>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user