a | b/qiita_pet/templates/iframe.html | ||
---|---|---|---|
1 | {% extends sitebase.html %} |
||
2 | {% block content %} |
||
3 | |||
4 | {% if iframe == 'qiita-terms' %} |
||
5 | <iframe style="margin: 0; padding: 0; width: 100%; height: 800px;" src="{% raw qiita_config.portal_dir %}/static/qiita_data_terms_of_use.html"></iframe> |
||
6 | {% else %} |
||
7 | <b>No content</b> |
||
8 | {% end %} |
||
9 | |||
10 | {% end %} |