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