CostaCoffe/config/globalvar.py

41 lines
958 B
Python
Raw Normal View History

2024-11-15 15:02:52 +07:00
title = "CostaCoffe"
2023-10-24 20:37:32 +07:00
2024-06-05 23:27:52 +07:00
menu = {
2023-11-04 19:12:11 +07:00
"public": {
2024-06-05 23:27:52 +07:00
"navbar": [
2023-11-04 19:12:11 +07:00
{
"name":"Home",
2024-06-05 23:27:52 +07:00
"target":"_self",
2023-11-04 19:12:11 +07:00
"href":"/",
"roles":["guest"]
},
{
2024-11-15 15:02:52 +07:00
"name":"Our Product",
"target":"_self",
"href":"/product",
"roles":["guest"]
},
{
"name":"Blog",
"target":"_self",
"href":"/blog",
"roles":["guest"]
},
{
2024-06-05 23:27:52 +07:00
"name":"About",
"target":"_self",
"href":"/about",
2023-11-04 19:12:11 +07:00
"roles":["guest"]
},
2024-11-15 15:02:52 +07:00
{
"name":"Contact",
"target":"_self",
"href":"/contact",
2023-11-04 19:12:11 +07:00
"roles":["guest"]
}
]
2023-10-24 20:37:32 +07:00
}
2023-11-04 19:12:11 +07:00
}
2024-06-05 23:27:52 +07:00
2024-11-15 15:02:52 +07:00
copyright = "Copyright (C) 2024 Amro Alfien S.N wkwwkss"