Create a diamond comment

Encapsulate the text in a diamond pattern.

Input

This is some text

Output

         #
        # #
       #   #
      #     #
     #       #
    #         #
   #           #
  #             #
 #               #
#This is some text#
 #               #
  #             #
   #           #
    #         #
     #       #
      #     #
       #   #
        # #
         #