Useful functions
Because IgnitedCMS comes bootstrapped with Laravel you have access to a few global variables which you will find useful. You can access this on any page in your templates. They are:
{{ asset('custom/css/main.css') }}
For more information regarding blade templating please see the Laravel docs.