6 lines
197 B
Smalltalk
6 lines
197 B
Smalltalk
accessing
|
|
exportStaticWebReport
|
|
|
|
self hasTemplates
|
|
ifFalse: [ self installTemplate ].
|
|
^ self exportWithTemplate: (TweetsCollection dataStore / 'templates' / 'index.mus.html') into: self folder |