Code

Display code snippets with simple server-rendered code-highlighting (via Tempest/Highlight).

'lang' => 'php', // https://tempestphp.com/main/highlight/
function test(a, b) {
    return (a > b);
}
<x-code lang="js">
function test(a, b) {
    return (a > b);
}
</x-code>