Parent: [cceb25] (diff)

Child: [3d528f] (diff)

Download this file

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

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