Sha256: 3386593e0faee4340496830c883c09a77412612556ec648527c9c5b77eddec3f

Contents?: true

Size: 354 Bytes

Versions: 9

Compression:

Stored size: 354 Bytes

Contents

{% capture header %}
<h1> Hola modal </h1>
{% endcapture %}

{% capture body %}
<h1> Hola soy un body </h1>
{% endcapture %}

{% capture footer %}
<h1> Hola soy un footer </h1>
{% endcapture %}

<div data-controller="modal">
    <button data-action="modal#show">Abrir</button>
  
    {% include activity_pub/generic_modal.html body=body %}
  
</div>


  

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
compost-jekyll-theme-0.3.8 _includes/theme/llamar_modal.html
compost-jekyll-theme-0.3.7 _includes/theme/llamar_modal.html
compost-jekyll-theme-0.3.6 _includes/theme/llamar_modal.html
compost-jekyll-theme-0.3.5 _includes/theme/llamar_modal.html
compost-jekyll-theme-0.3.4 _includes/theme/llamar_modal.html
compost-jekyll-theme-0.3.3 _includes/theme/llamar_modal.html
compost-jekyll-theme-0.3.2 _includes/theme/llamar_modal.html
compost-jekyll-theme-0.3.1 _includes/theme/llamar_modal.html
compost-jekyll-theme-0.3.0 _includes/theme/llamar_modal.html