Skip to content

Instantly share code, notes, and snippets.

@zartgesotten
Created December 26, 2023 16:33
Show Gist options
  • Save zartgesotten/193beeaa467f6c9c42dbe3736dc98b37 to your computer and use it in GitHub Desktop.
Save zartgesotten/193beeaa467f6c9c42dbe3736dc98b37 to your computer and use it in GitHub Desktop.
<div class="mitglied-single">
<strong><Field title /></strong>
<Field mg-strasse /><br>
<Field mg-plz /> <Field mg-ort /><br>
<If field="mg-festnetz" exists><strong>Festnetz:</strong> <Field mg-festnetz /><br /></If>
<If field="mg-mobil" exists><strong>Mobil:</strong> <Field mg-mobil /><br /></If>
<If field="mg-email" exists><strong>E-Mail:</strong> <a href="mailto:{Field mg-email}"><Field mg-email /></a><br /></If>
<If field="mg-website" exists><strong>Website:</strong> <a href="{Field mg-website}" target="_blank" rel="noopener"><Field mg-website /></a><br /></If>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment