{% capture step_4 %}

Create an HTML template which uses several Bulma components.

{% highlight html %}{% include snippets/mypage.html %}{% endhighlight %}

Save this file as mypage.html{% if include.dist == true %} in the dist folder{% endif %}.

Notice the css/mystyles.css path for your stylesheet. This will be the location of the CSS file we will generate with Sass.

Open the page in your browser:

{% include components/figure.html path="customize/custom-bulma-01-unstyled" extension="png" alt="Bulma unstyled" width="600" height="300" caption="The unstyled page" %} {% endcapture %} {% assign step_title = ". Create an HTML page" | prepend: include.number %} {% include components/step.html title=step_title content=step_4 %}