feat: Set pageClass in app template
This commit is contained in:
parent
10d6fe7d82
commit
e76f457851
8 changed files with 2 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<!-- app.template -->
|
||||
<!DOCTYPE html>
|
||||
<html lang="de" class="{{ pageClass }}" id="{{ pageId }}">
|
||||
<html lang="de" class="html_ui" id="{{ pageId }}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue