mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
17 lines
312 B
HTML
17 lines
312 B
HTML
|
---
|
||
|
layout: default
|
||
|
theme: customizer
|
||
|
route: customizer
|
||
|
---
|
||
|
{% include global/header.html %}
|
||
|
|
||
|
{%
|
||
|
include docs/hero.html
|
||
|
title="The Bulma Customizer"
|
||
|
subtitle="Gorgeous websites built with Bulma."
|
||
|
%}
|
||
|
|
||
|
<div id="root"></div>
|
||
|
|
||
|
<script src="{{ site.url }}/assets/javascript/bulma-customizer/index.js"></script>
|