Skip to content
Snippets Groups Projects
Select Git revision
  • 477b33c7463b62df47a14840d337ebc5683e8149
  • master default protected
  • multiprocessing
  • experiment/clara
  • experiment/spec2B-poc
  • experiment/qivalio-poc
  • experiment/ertms
  • MAY-2023
  • FEB-2023
  • EGC-2023
  • 0.2.1
  • v0.2.0
  • v0.1.2
13 results

transduction-schemes.ttl

Blame
  • edit.html.twig 294 B
    {% extends 'layout.html.twig' %}
    
    {% block body %}
    
      <iframe src="{{ url }}"
              id="legacyContent"
              class="w-100 h-100 top-0 start-0 position-absolute border-0"
              webkitallowfullscreen
              mozallowfullscreen
              allowfullscreen>
      </iframe>
    
    {% endblock %}