6 lines
166 B
Smarty
6 lines
166 B
Smarty
{% extends 'layout/layout_1_col.tpl'|get_template %}
|
|
|
|
{% block content %}
|
|
{% set iframe = 0 %}
|
|
{% include 'career/diagram.tpl' |get_template %}
|
|
{% endblock %} |