Migrate to mithril.js
This commit is contained in:
11
myapp/templates/public/domains/inc.j2
Normal file
11
myapp/templates/public/domains/inc.j2
Normal file
@@ -0,0 +1,11 @@
|
||||
{% include '/public/domains/auth/inc.j2' %}
|
||||
{% include '/public/domains/page/inc.j2' %}
|
||||
{% include '/public/domains/user/inc.j2' %}
|
||||
{% include '/public/domains/home.js' %}
|
||||
|
||||
Object.assign(
|
||||
routes,
|
||||
{
|
||||
"/": layout_decorator(Home),
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user