Skip to content

Instantly share code, notes, and snippets.

View rahulspace's full-sized avatar
🚴‍♂️
Speed up

Rahul rahulspace

🚴‍♂️
Speed up
View GitHub Profile
@viktorbezdek
viktorbezdek / jade_helper.md
Last active February 16, 2022 18:03
Jade - pass variable to base layout from extending template

layout.jade

doctype 5
html.no-js(lang='en')
block vars
head
  title #{title}
  meta(name='description', content='#{description}')
body