UNPKG

@nzz/q-server

Version:

__Q__ is a system that lets journalists create visual elements for stories. It is developed by [NZZ Storytelling](https://www.nzz.ch/storytelling) and used in the [NZZ](https://www.nzz.ch) newsroom.

13 lines (12 loc) 324 B
<!DOCTYPE html> <html lang="{{ page.lang | default: site.lang | default: "en" }}"> {% include head.html %} <body> {% include header.html %} <main aria-label="Content"> <h1 class="post-title">{{ page.title | escape }}</h1> {{ content }} </main> {% include footer.html %} </body> </html>