LUX
{{ t.availFor }}
{{ t.heroGreeting }}

{{ ownerName }}

{{ t.heroTagline }}

DevController.cs
[ApiController][Route("api/[controller]")]public class DevController : ControllerBase{  [HttpGet("about")]  public IActionResult GetProfile()    => Ok(new Developer    {      Name   = "{{ heroCodeName }}",      Stack  = ".NET / C#",      Focus  = "Clean, scalable APIs",      Coffee = int.MaxValue    });}
{{ m }}
// {{ t.projKicker }}

{{ t.projTitle }}

{{ t.projSubtitle }}

// {{ t.aboutKicker }}

{{ t.aboutTitle }}

{{ t.aboutP1 }}

{{ t.aboutP2 }}

{{ tag }}
0
{{ s.label }}
// {{ t.skillsKicker }}

{{ t.skillsTitle }}

{{ t.skillsSubtitle }}

{{ g.glyph }}

{{ g.title }}

{{ it }}
// {{ t.expKicker }}

{{ t.expTitle }}

{{ e.role }}

{{ e.period }}
{{ e.org }}

{{ e.desc }}

// {{ t.socialKicker }}

{{ t.socialTitle }}

// {{ t.contactKicker }}

{{ t.contactTitle }}

{{ t.contactText }}

{{ formNotice }}

{{ t.contactDirectTitle }}

{{ t.contactDirectText }}

{{ t.contactDirectCta }}