{% extends "_layout.html" %} {%- block title -%} {#- In here you can see how to use the language URL compment to select the text to display. -#} {%- match lang -%} {%- when Lang::en -%} Hello! {%- when Lang::de -%} Hallo! {%- when Lang::fr -%} Bonjour! {%- endmatch -%} {%- endblock -%} {%- block content -%}