{% extends "base.html"%} {% block content %}
リポジトリを作成 設定
{% for repo in repos %}
{{repo.name}}
{{repo.owner.name}}
{% endfor %}
{% endblock %}