libmedium/templates/gist_insert.html

9 lines
305 B
HTML
Raw Normal View History

2021-11-07 13:22:10 +05:30
<. let gist_id = data.get_gist_id(src); .>
2021-11-04 23:51:59 +05:30
<. let (_, gist)= gists.as_ref().unwrap().iter().find(|(id, _)| id == gist_id).as_ref().unwrap(); .>
<. for file in &gist.files {.>
<code> <.= file.get_html_content() .> </code>
<.}.>
<a href="<.= &gist.html_url .>" target="_blank"
>See gist on GitHub</a
>