{% extends "base.html" %} {% block content %}
{{ macros.setting_input_text_and_buttons('_plugin_git', '플러그인 설치', [['plugin_install_btn', '설치']], value='https://github.com/', desc=None) }} {{ macros.m_hr_head_top() }} {{ macros.m_row_start('0') }} {{ macros.m_col_wide(1, macros.m_strong('Idx'), 'center') }} {{ macros.m_col_wide(2, macros.m_strong('Title')) }} {{ macros.m_col_wide(2, macros.m_strong('Package Name')) }} {{ macros.m_col_wide(1, macros.m_strong('Dev.')) }} {{ macros.m_col_wide(1, macros.m_strong('Version')) }} {{ macros.m_col_wide(5, macros.m_strong('Description')) }} {{ macros.m_row_end() }} {{ macros.m_hr_head_bottom() }}
{% endblock %}