You are here

opigno-certificate.html.twig in Opigno certificate 8

Same filename and directory in other branches
  1. 3.x templates/opigno-certificate.html.twig
<style>{{ source(style_certificate_edit_form) }}</style>
<article{{ attributes }}>

  <div{{ content_attributes }}>
    {{
      content
        | without('uid')
        | without('created')
        | without('label')
    }}
  </div>

</article>

File

templates/opigno-certificate.html.twig
View source
  1. <style>{{ source(style_certificate_edit_form) }}</style>
  2. <article{{ attributes }}>
  3. <div{{ content_attributes }}>
  4. {{
  5. content
  6. | without('uid')
  7. | without('created')
  8. | without('label')
  9. }}
  10. </div>
  11. </article>