CostaCoffe/config/globalvar.py
2024-11-15 15:06:16 +07:00

41 lines
950 B
Python

title = "CostaCoffe"
menu = {
"public": {
"navbar": [
{
"name":"Home",
"target":"_self",
"href":"/",
"roles":["guest"]
},
{
"name":"Our Product",
"target":"_self",
"href":"/product",
"roles":["guest"]
},
{
"name":"Blog",
"target":"_self",
"href":"/blog",
"roles":["guest"]
},
{
"name":"About",
"target":"_self",
"href":"/about",
"roles":["guest"]
},
{
"name":"Contact",
"target":"_self",
"href":"/contact",
"roles":["guest"]
}
]
}
}
copyright = "Copyright (C) 2024 Amro Alfien S.N"