{%- assign k = page.kotlin -%}
{{ page.module }} · {{ page.module_title }} {%- if page.session %}Session {{ page.session }}{% endif -%} {%- if page.gof %}{{ page.gof }}{% endif -%} {%- if k == "replaced" %}Kotlin replaces it {%- elsif k == "reshaped" %}Reshaped in Kotlin {%- elsif k == "intact" %}Still needed as-is{% endif -%} {%- if page.status == "outline" %}Outline{% endif -%}
{%- if page.intent %}

Intent. {{ page.intent | markdownify | remove: "

" | remove: "

" | strip }}

{%- endif -%} {%- if page.kotlin_feature and page.kotlin_feature != "" %}

In Kotlin. {{ page.kotlin_feature | markdownify | remove: "

" | remove: "

" | strip }}

{%- endif %}