mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-20 19:20:17 -04:00
13 lines
191 B
Handlebars
13 lines
191 B
Handlebars
|
|
{{#extend "stylesheets"}}
|
|
<link rel="stylesheet" href="/css/index.css"/>
|
|
{{/extend}}
|
|
|
|
let the magic begin
|
|
|
|
{{#extend "scripts"}}
|
|
<script>
|
|
document.write('foo bar!');
|
|
</script>
|
|
{{/extend}}
|