{% extends "base.html" %} {% block title %}Search: {{ query }} - Guts{% endblock %} {% block content %}
Showing {{ result_type }} results
{% endif %}Find repositories, code, issues, and pull requests
Try different keywords or check the spelling
{{ repo.description }}
{% endif %}{% for line in code.context_before %}
{{ line }}
{% endfor %}{{ code.line_content }}{% for line in code.context_after %}
{{ line }}
{% endfor %}
{{ issue.repo_owner }}/{{ issue.repo_name }} #{{ issue.number }} opened by {{ issue.author }}