layout-dialect ausgebaut: Thymeleaf 3.x erlaubt ähnliches mit Bordmitteln
[website] / dist / blog.json
1 {
2   "pages": {
3     "/blog.html": {
4       "name": "Blog",
5       "childs": {
6         "/blog/article.html": "An Article",
7         "/blog/comments.html": "Comments"
8       },
9       "crumbs": [
10         { "uri": "/blog.html", "name": "Blog" }
11       ]
12     },
13     "/blog/article.html": {
14       "name": "An Article",
15       "crumbs": [
16         { "uri": "/blog.html", "name": "Blog" },
17         { "uri": "/blog/article.html", "name": "An Article" }
18       ]
19     },
20     "/blog/comments.html": {
21       "name": "Comments",
22       "crumbs": [
23         { "uri": "/blog.html", "name": "Blog" },
24         { "uri": "/blog/comments.html", "name": "Comments" }
25       ]
26     }
27   }
28 }