Site documentation

Contact system

You can pull a contact from Persons by using the @Render("Contact", PersonID: "52", Title: "CEO") and it will display like this:

You can also optionally hide email or phone contact information using these parameters: @Render("Contact", PersonID: "52", Title: "CEO", HidePhone: true, HideEmail: true).

Petter Aalvik

CEO

TODO: Describe how contact is used in other contexts.

T E S T