In Bosun templates can reference other templates. For emails notifications, you might have a header template to show things you want in all alerts.
Header Template
template header {
body = `
<style>
td, th {
padding-right: 10px;
}
</style>
<p s...