imdb-spider/collection/src/main/resources/templates/movie.html

7 lines
116 B
HTML
Raw Normal View History

2019-01-28 01:08:09 +03:00
<div class="movie">
<h1>{{title}}</h1>
<h2>{{filename}}</h2>
<div><img src="{{poster}}"/></div>
</div>