2020-06-24 17:57:04 +00:00
|
|
|
/**
|
|
|
|
* Constants which are passed to templates while rendering.
|
|
|
|
*/
|
2020-06-24 15:40:20 +00:00
|
|
|
class Constants {
|
|
|
|
public static immutable string SITE_NAME = "Chris Netsoj.nl";
|
|
|
|
public static immutable string COPYRIGHT = "© Chris Josten, 2020";
|
|
|
|
}
|