All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.email.base.html Maven / Gradle / Ivy

The newest version!



    
    

    {% if header != null %}{{ title }}{% endif %}

    


{% macro styleMargin(alignment,bottom="20px") %}
{% if alignment == 'LEFT' %}
margin: 0 0 {{bottom}} 0
{% elseif alignment == 'CENTER' %}
margin: 0 auto {{bottom}} auto
{% else %}
margin: 0 0 {{bottom}} auto
{% endif %}
{% endmacro %}




{% if logo is not empty %} {% if logo.linkUrl is not empty %}{% endif %} {{- logo.alt -}} {% if logo.linkUrl is not empty %}{% endif %} {% endif %} {% if header is not empty %} {% endif %}
{{ header.title }}
{% for line in lines %} {% if line.type == 'TEXT' %} {% elseif line.type == 'IMAGE' %} {% elseif line.type == 'BUTTON' %} {% elseif line.type == 'TABLE' %} {% endif %} {% endfor %}
{% if line.asHtml %} {{ line.text | raw}} {% else %} {{ line.text }} {% endif %}
{% if line.linkUrl is not empty %}{% endif %} 0 %}width="{{- line.width -}}"{% endif %} {% if line.height > 0 %}height="{{- line.height -}}"{% endif %} alt="{{- line.alt -}}" title="{{- line.title -}}" style="color: #000000; font-size: 10px; {{- styleMargin(alignment=line.alignment,bottom="0") -}}; padding: 0; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; border: none; display: block;{% if line.width <= 0 and line.height <= 0 %}width: 100%; min-width:100%; height: auto;{% endif %}" /> {% if line.linkUrl is not empty %}{% endif %}
{{ line.text }}
{% if line.headerLine is not empty %} {% endif %} {% for row in line.rows %} {% if row.type == 'ITEM' %} {% if line.hasPrefixColumn %}{% endif %} {% if line.hasMiddleColumn %}{% endif %} {% elseif row.type == 'TOTAL' %} {% endif %} {% endfor %}
{% if line.headerLine.asHtml %} {{ line.headerLine.text | raw}} {% else %} {{ line.headerLine.text }} {% endif %}
{{- row.prefix | default('') -}}{{- row.product | default('') -}}{{- row.middle | default('') -}}{{- row.price | default('') -}}
{{- row.total | default('') -}} {{- row.price | default('') -}}
{% if footers is not empty or copyright is not null %} {% endif %}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy