mostly working templating for landing page
This commit is contained in:
21
static_text.toml
Normal file
21
static_text.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
# Definitions for various pieces of static text
|
||||
# Raw HTML may be inserted for further formatting purposes
|
||||
|
||||
pagetitle = "Room air quality Example Inc."
|
||||
|
||||
# used in the top left corner for identifying the website
|
||||
# logos and links to the main pages are good ideas to insert here
|
||||
top_branding = "Example Inc. <br>Room air quality monitoring"
|
||||
|
||||
|
||||
# user greeting after they log in, this is the part that goes
|
||||
# before the name itself
|
||||
user_greeting_before = "Welcome back "
|
||||
|
||||
# followed by the part after the username
|
||||
user_greeting_after= "!"
|
||||
|
||||
# landing information also displayed on the main page of a logged in user
|
||||
# or a non logged in user if allowed
|
||||
# this is typically a paragraph introducing the nature of the service to the user
|
||||
landing_information = "This service can be used to monitor the air quality in most rooms of the Example Inc. headquarters so that you and your coworkers may know the room is suitable for use or may prepare the room before using it."
|
||||
Reference in New Issue
Block a user