6 lines
160 B
Smarty
6 lines
160 B
Smarty
{% extends 'layout/no_layout.tpl'|get_template %}
|
|
|
|
{% block body %}
|
|
{% set iframe = 1 %}
|
|
{% include 'career/diagram.tpl' |get_template %}
|
|
{% endblock %} |