decode

fun decode(encoded: String, templateTitle: String, templateBody: String): String?

Extracts hidden plaintext from encoded if it matches the template marker.

Return

Payload after the template block, or null if the prefix does not match.