fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Cite base
[wolnelektury.git]
/
src
/
social
/
templates
/
social
/
embed_video.html
1
{% if youtube_id %}
2
<iframe style="position: absolute; left:0;right:0;height:100%;width:100%;"
3
type="text/html" width="100%" height="360"
4
src="http://www.youtube.com/embed/{{ youtube_id }}"
5
frameborder="0"></iframe>
6
{% endif %}