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