Parent: [3abb2e] (diff)

Child: [c1be33] (diff)

Download this file

macros.py    10 lines (8 with data), 210 Bytes

1
2
3
4
5
6
7
8
9
import ew
class Include(ew.Widget):
template='jinja:include.html'
params=['artifact', 'attrs']
artifact=None
attrs = {
'style':'width:270px;float:right;background-color:#ccc'
}