Parent: [3abb2e] (diff)
Child: [c1be33] (diff)
Download this file
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' }