gityeet

{{ repo_path }}

{{ rel_path }}

{%- macro effective_name(entry) -%} {{- entry.name().unwrap() -}} {%- match entry.kind() -%} {%- when Some with (x) %}{% match x %}{% when git2::ObjectType::Tree %}/{% else %}{% endmatch %} {%- else -%} {%- endmatch -%} {%- endmacro -%} {% for entry in tree -%} {% if entry.name().unwrap() == "README.md" -%} {{ entry.to_object(repo).unwrap().into_blob().unwrap().content()|from_utf8_lossy|markdown|safe }} {%- endif %} {%- endfor %}