{{ algorithm.name }}
@if (showStatus) {
{{ algorithm.status | titlecase }}
}
{{ algorithm.description }}
@for (keyword of getKeywords(algorithm); track keyword) {
{{ keyword }}
}