Overview
DST 0.3.0 adds 1 new feature called "Alternative Fields". Currently the only field available in the settings part of DST is:
{{variable}} = <>
This field makes it difficult to use the characters: "<" and ">", alternative fields fix this, by allowing different characters to be used to start the right hand side. Making the characters available.
E.g.:
{{variable}} = #<template<typename T>>#
Instead of:
{{variable}} = <template{{left_angle_bracket}}typename T{{right_angle_bracket}}>