Blocks type
Simple block
It's a generic block and you can use for things like courses
, certification
, summary
and so on.
{% block %}
## Your main title {% .icon-certification %}
> 
>> **Title of something**
>> *sub title*
>
>> **Title 02 of something**
>> *sub title 02*
{% /block %}
Or you can use just for a simple text
{% block %}
## Summary {% .icon-file-description %}
I'm a **Senior PHP Developer** *wi*th.
{% /block %}
Please look at here to check the full example.