{{ caseStudy().headline }}

{{ caseStudy().client }} · {{ caseStudy().role }} · {{ caseStudy().period }} · {{ caseStudy().domain }}

{{ caseStudy().summary }}

{{ caseStudy().responsibility }}

@if (caseStudy().transparencyNote; as note) {

{{ note }}

}

{{ situationLabel() }}

{{ caseStudy().situation }}

{{ approachLabel() }}

    @for (item of caseStudy().approach; track $index) {
  1. {{ item }}
  2. }

{{ outcomeLabel() }}

@if (caseStudy().metrics.length > 0) { }

{{ stackLabel() }}

    @for (item of caseStudy().stack; track $index) {
  • {{ item }}
  • }
    @for (tag of caseStudy().tags; track $index) {
  • {{ tag }}
  • }