Custom html wrapper and custom template
Gonzalo2683 opened this issue · 1 comments
Gonzalo2683 commented
I don't know if it is possible, but I am trying to apply a template more or less in the following way.
<div class="wrapper">
<div class="header">
<span>Profile name: {{profile}}</span>
<img src="{{profile_img}}" alt="{{caption}}">
</div>
<ul class="item-list">
<li class="item"><a href="{{link}}"><img src="{{image}}" alt="{{caption}}"></a></li>
<li class="item"><a href="{{link}}"><img src="{{image}}" alt="{{caption}}"></a></li>
</ul>
</div>
Is it possible to do something like that?
stale commented
This issue has been automatically marked as stale because it hasn't had new comments in the last 3 months. It will be closed if no further activity occurs. If you still need assistance with this issue, or believe it shouldn't be closed, please respond with a new comment to let us know.
Thank you all for your contributions.