Skip to content
Code-Schnipsel Gruppen Projekte
Commit c5823f4f erstellt von Dominik Chrzanowski's avatar Dominik Chrzanowski
Dateien durchsuchen

feat: Added new html file [IntervieweeData] #2

Übergeordneter eb4981f4
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
{if $this->getAttribute('showTitle') && $this->getAttribute('frontendTitle')}
<header class="control-header">
<h1>{$this->getAttribute('frontendTitle')}</h1>
</header>
{/if}
{if $this->getAttribute('content') != ""}
<div class="control-body">
{$this->getAttribute('content')}
</div>
{/if}
<div class="control-template">
{if isset($controlTemplate) && $controlTemplate}
{$controlTemplate}
{/if}
</div>
\ No newline at end of file
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren