big kahuna
This commit is contained in:
11
lib/CW/Template/Boards.pm
Normal file
11
lib/CW/Template/Boards.pm
Normal file
@@ -0,0 +1,11 @@
|
||||
package CW::Template::Boards;
|
||||
|
||||
use Moo;
|
||||
|
||||
extends 'CW::Template';
|
||||
|
||||
sub render {
|
||||
my ($self) = @_;
|
||||
}
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user