using System; namespace <%= fullNamespace %> { /// /// ExampleClass - <%= description %> /// public static class ExampleClass { public const string DEFAULT = "Yay! I exist!"; } }