Project

General

Profile

1 2 Manuela
2
{#
3
- available replacements
4
    URL
5
    HEIGHT
6
    NOTICE
7
#}
8
9
<iframe src="{{ URL }}" width="100%" height="{{ HEIGHT }}" frameborder="0" scrolling="auto">
10
    {NOTICE}
11
    <a href="{{ URL }}" target="_blank">{{ URL }}</a>
12
</iframe>
13
14
{# end of file #}