__hijack(euro/tn) html lang="en" { head { __include(head.gsp) title {-Euro Test Banknotes} } body { nav { __include(nav.gsp) __include(euro/nav.dnotes.gsp) } main { section { header { h1 {-Euro Test Banknotes} } } br{}br{} section { __include(table-key.gsp) } br{}br{} section .blurb { p {- The following ‘test banknotes’ were banknotes from the Europa series printed to test their usage in ATMs and such. The ‘*’ character in the below serial numbers represents an arbitrary number/letter. } } br{} section .cl-section .slant-down { div { table #test-banknote-table .coin-table cellspacing="0" { thead { tr { th colspan="7" {-Test Banknotes} } tr { th colspan="1" {-Denomination} th colspan="6" {-Serial Number / Printer Code / Signature} } } tbody { __esyscmd(gen-tnotes) } } } } section { __include(foot.gsp) } } } }